
#liveTable{
    width:330px;
    height:285px;
    border:1px solid #a39595;
    border-radius:16px;
    padding:10px;
    float:left;
}


#liveStatus{
    border:1px solid #a39595;
    border-radius:16px;
    width:530px;
    height:285px;
    float:right;
}

#liveTime{
    width:320px;
    margin:1em auto;    
}


#liveTime td:nth-child(even){
    text-align:right;
    font-weight:bold;
}

.line{
    width:100%;
    height:1px;
    background:#a39595;
    margin:0;
}

#liveDetail{
    font-size:13px;
    line-height:1.5;
}

#voteData{
    
}

#voteData tr:nth-child(1){
    
}

#voteData .chData{
    width:820px;
    height:170px;
    padding:1em 2em 1em 2em;
    border-style:solid;
    border-width:6px;
    border-color:#ffffff;
    border-radius:16px;
    margin-bottom:1em;
    box-shadow:0 0 3px #746969;
    color:#482c2c;
}

#voteData .col1{
    width:320px;
    float:left;
}

#voteData .col2{
    width:160px;
    float:left;    
}

#voteData .col3{
    width:230px;
    float:left;
    font-size:200%;
    text-align:center;
    padding:62px 1px 1px 11px;
}

#voteData .col4{
    width:90px;
    float: right;
}

#voteData .col2 h1{
    font-size:200%;
    text-align:center;
    margin:18px 0;
}

#voteData table.chScore{
    font-size:18px;
    line-height:1;
    width:160px;
}

#voteData table.chScore td:nth-child(even){
    text-align:right;
}

#voteData .btComment{
    margin:1em auto;
    padding:0.5em 0.5em;
    font-size:14px;
    width:130px;
    height:auto;
    border:1px solid #a39595;
    border-radius:8px;
    text-decoration:none;
    color:#482c2c;
    text-align:center;
}

.btCommentall{
    margin:1em auto;
    padding:0.5em 0.5em;
    font-size:14px;
    width:200px;
    height:auto;
    border:1px solid #a39595;
    border-radius:8px;
    text-decoration:none;
    color:#482c2c;
    text-align:center;
}

#voteData .col4 input[type="submit"]{
    font-size:18px;
    background:#482c2c;
    color:white;
    padding:0.2em 0.3em;
    width:90px;
    margin:64px auto 0 auto;
    border:1px solid #482c2c;
    border-radius:8px;
    cursor:pointer;
}


#timeLine{
    float:left;
    margin-left:2em;
}

#tweet{
    width:auto;
    margin:0 auto;
    display:table;
}


footer{
    margin:3em 0 0 0;
}
